hip.windowing.platforms.x11

Undocumented in source.

Public Imports

hip.windowing.platforms.x11lib.x11
public import hip.windowing.platforms.x11lib.x11;
Undocumented in source.

Members

Functions

convertKeycodeToScancode
wchar convertKeycodeToScancode(XKeyEvent* ev)
Undocumented in source. Be warned that the author may not have intended to support it.
ctxErrorHandler
int ctxErrorHandler(Display* dpy, XErrorEvent* ev)
Undocumented in source. Be warned that the author may not have intended to support it.
destroy_GL_Context
bool destroy_GL_Context()
Undocumented in source. Be warned that the author may not have intended to support it.
getWindowSize
int[2] getWindowSize()

Returns [width, height]

initializeOpenGL
bool initializeOpenGL(int majorVersion, int minorVersion)
Undocumented in source. Be warned that the author may not have intended to support it.
openWindow
int openWindow(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
poll
void poll()
Undocumented in source. Be warned that the author may not have intended to support it.
setVsyncActive
void setVsyncActive(bool active)
Undocumented in source. Be warned that the author may not have intended to support it.
setWindowName
void setWindowName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
setWindowSize
void setWindowSize(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
show
void show()
Undocumented in source. Be warned that the author may not have intended to support it.
swapBuffer
void swapBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

ctxErrorOccurred
bool ctxErrorOccurred;
Undocumented in source.

Structs

X11WindowData
struct X11WindowData
Undocumented in source.

Variables

x11win
X11WindowData x11win;
Undocumented in source.

Meta